Interface EIGRPNeighborTable

All Superinterfaces:
IPCObject
All Known Implementing Classes:
EIGRPNeighborTableImpl

public interface EIGRPNeighborTable extends IPCObject
Information provided by the PKI file:

    \class EigrpNeighborTable
    
    \brief EigrpNeighborTable holds the EIGRP neighbor table.
    
Author:
Auto-generated
  • Method Details

    • getNeighborCount

      int getNeighborCount()
      Information provided by the PKI file:
      
          \brief Returns the number of neighbors in the table.
          
          \return int, the number of neighbors in the table.
          
              
      Returns:
      int Returns a int
    • getNeighborAt

      EIGRPNeighbor getNeighborAt(int index)
      Information provided by the PKI file:
      
          \brief Returns the neighbor at the specified index.
          
          \param index, the index of the neighbor of interest.
          
          \return EigrpNeighbor, the EigrpNeighbor at the specified index.
          
              
      Parameters:
      index - Takes in a parameter of index
      Returns:
      EIGRPNeighbor Returns a EIGRPNeighbor
    • getNeighborByIp

      EIGRPNeighbor getNeighborByIp(IPAddress ipAddress)
      Information provided by the PKI file:
      
          \brief Returns the neighbor with the specified IP address.
          
          \param ipAddress, the IP address of the neighbor of interest.
          
          \return EigrpNeighbor, the EigrpNeighbor with the specified IP address.
          
              
      Parameters:
      ipAddress - Takes in a parameter of ipAddress
      Returns:
      EIGRPNeighbor Returns a EIGRPNeighbor